ImageGear .NET v24.12 - Updated
IsReadOnly Property (NativeObjectArray<T,TParentType>)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace > NativeObjectArray<T,TParentType> Class : IsReadOnly Property
Gets a value indicating whether the list is read-only.
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Dim value As Boolean
 
value = instance.IsReadOnly
public virtual bool IsReadOnly {get;}
public: __property virtual bool get_IsReadOnly();
public:
virtual property bool IsReadOnly {
   bool get();
}

Property Value

Returns true if this list is read-only.
See Also

Reference

NativeObjectArray<T,TParentType> Class
NativeObjectArray<T,TParentType> Members